Skip to content

fix(packaging): expose hexhttp command when installed via pipx/pip#43

Open
y0no wants to merge 1 commit into
c0dejump:mainfrom
y0no:fix/pipx-installable
Open

fix(packaging): expose hexhttp command when installed via pipx/pip#43
y0no wants to merge 1 commit into
c0dejump:mainfrom
y0no:fix/pipx-installable

Conversation

@y0no

@y0no y0no commented May 11, 2026

Copy link
Copy Markdown

hexhttp.py and cli.py are top-level modules and were not included in the wheel by setuptools.packages.find, so the hexhttp console entry point failed at runtime with ModuleNotFoundError.

Declare them via py-modules and switch packages.find to an include allowlist so the wheel ships exactly modules, utils and static.

hexhttp.py and cli.py are top-level modules and were not included in the
wheel by setuptools.packages.find, so the hexhttp console entry point
failed at runtime with ModuleNotFoundError.

Declare them via py-modules and switch packages.find to an include
allowlist so the wheel ships exactly modules, utils and static.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant